home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dhelpads.zip / DHELP.DCL < prev    next >
Text File  |  1992-12-03  |  2KB  |  112 lines

  1. dhelp : dialog 
  2. {
  3.   label = "Draftsman's Helper Ver 1.0";
  4.   :row
  5.   {
  6.     :column
  7.     {
  8.       :boxed_radio_column    
  9.       {
  10.         label =  "Options";
  11.         key = "opt";
  12.         :radio_button
  13.         {
  14.           label = "Geometric";
  15.           key = "0";
  16.         }
  17.         :radio_button
  18.         {
  19.           label = "Drilled Holes";
  20.           key = "1";
  21.         }
  22.         :radio_button
  23.         {
  24.           label = "Tapped Holes";
  25.           key = "2";
  26.         }
  27.         :radio_button
  28.         {
  29.           label = "Counterbores";
  30.           key = "3";
  31.         }
  32.         :radio_button
  33.         {
  34.           label = "Socket Head Screws";
  35.           key = "4";
  36.         }
  37.         :radio_button
  38.         {
  39.           label = "Button Head Screws";
  40.           key = "5";
  41.         }
  42.         :radio_button
  43.         {
  44.           label = "Flat Head Screws";
  45.           key = "6";
  46.         }
  47.         :radio_button
  48.         {
  49.           label = "User Blocks";
  50.           key = "7";
  51.         }
  52.       }
  53.       spacer_1;
  54.       :row
  55.       {
  56.         spacer_0;
  57.         :toggle
  58.         {
  59.           label = "Metric";
  60.           key = "engmet";
  61.         }
  62.         spacer_0;
  63.       }
  64.     }
  65.     :column
  66.     {    
  67.       :image_button 
  68.       {  
  69.         width = 12;
  70.         height = 7;
  71.         key = "img";
  72.       }
  73.       :list_box
  74.       {
  75.         height = 7;
  76.         width = 20;
  77.         key = "data";
  78.         multiple_select = false;
  79.         allow_accept = true;
  80.       }
  81.     }
  82.   }
  83.   :row
  84.   {
  85.     spacer_0;
  86.     :button
  87.     {
  88.       label = " Draw ";
  89.       key = "draw";
  90.       mnemonic = "D";
  91.       fixed_width = true;
  92.       is_default = true;
  93.     }
  94.     :button
  95.     {
  96.       label = "  OK  ";
  97.       key = "accept";
  98.       mnemonic = "O";
  99.       fixed_width = true;
  100.     }
  101.     :button
  102.     {
  103.       label = "Cancel";
  104.       key = "cancel";
  105.       mnemonic = "C";
  106.       fixed_width = true;
  107.       is_cancel = true;
  108.     }
  109.     spacer_0;
  110.   }
  111. }
  112.